From 002037217b024620d3dabf1259c61c8eec5b9d29 Mon Sep 17 00:00:00 2001 From: Gert Wollny Date: Tue, 20 Jun 2017 19:25:23 +0000 Subject: [PATCH] Start preparing release to unstable --- debian/changelog | 8 ++++++++ debian/rules | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 55a1b64a..363a644a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +dcmtk (3.6.1~20170228-1) unstable; urgency=medium + + * Upload to unstable Closes: #747167 + * d/rules: correct enabling private tags, Closes: #859201 + + + -- Gert Wollny Tue, 20 Jun 2017 18:58:39 +0000 + dcmtk (3.6.1~20170228-1~exp1) experimental; urgency=medium [ Gert Wollny ] diff --git a/debian/rules b/debian/rules index a7e60016..dc8b8e02 100755 --- a/debian/rules +++ b/debian/rules @@ -30,7 +30,7 @@ endif CMAKE_EXTRA_FLAGS += -DCMAKE_BUILD_TYPE:STRING=None \ -DBUILD_SHARED_LIBS:BOOL=ON \ -DDCMTK_WITH_OPENSSL:BOOL=ON \ - -DDCMTK_WITH_PRIVATE_TAGS:BOOL=ON \ + -DDCMTK_ENABLE_PRIVATE_TAGS:BOOL=ON \ -DDCMTK_WITH_XML:BOOL=ON \ -DDCMTK_WITH_DOXYGEN:BOOL=$(BUILDDOC) \ -DDCMTK_WITH_TIFF:BOOL=ON \ -- 2.30.2